3.1775 \(\int \sqrt{1-2 x} (2+3 x)^4 (3+5 x) \, dx\)

Optimal. Leaf size=79 \[ \frac{405}{416} (1-2 x)^{13/2}-\frac{4671}{352} (1-2 x)^{11/2}+\frac{1197}{16} (1-2 x)^{9/2}-\frac{3549}{16} (1-2 x)^{7/2}+\frac{57281}{160} (1-2 x)^{5/2}-\frac{26411}{96} (1-2 x)^{3/2} \]

[Out]

(-26411*(1 - 2*x)^(3/2))/96 + (57281*(1 - 2*x)^(5/2))/160 - (3549*(1 - 2*x)^(7/2
))/16 + (1197*(1 - 2*x)^(9/2))/16 - (4671*(1 - 2*x)^(11/2))/352 + (405*(1 - 2*x)
^(13/2))/416

_______________________________________________________________________________________

Rubi [A]  time = 0.0560559, antiderivative size = 79, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ \frac{405}{416} (1-2 x)^{13/2}-\frac{4671}{352} (1-2 x)^{11/2}+\frac{1197}{16} (1-2 x)^{9/2}-\frac{3549}{16} (1-2 x)^{7/2}+\frac{57281}{160} (1-2 x)^{5/2}-\frac{26411}{96} (1-2 x)^{3/2} \]

Antiderivative was successfully verified.

[In]  Int[Sqrt[1 - 2*x]*(2 + 3*x)^4*(3 + 5*x),x]

[Out]

(-26411*(1 - 2*x)^(3/2))/96 + (57281*(1 - 2*x)^(5/2))/160 - (3549*(1 - 2*x)^(7/2
))/16 + (1197*(1 - 2*x)^(9/2))/16 - (4671*(1 - 2*x)^(11/2))/352 + (405*(1 - 2*x)
^(13/2))/416

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 9.08667, size = 70, normalized size = 0.89 \[ \frac{405 \left (- 2 x + 1\right )^{\frac{13}{2}}}{416} - \frac{4671 \left (- 2 x + 1\right )^{\frac{11}{2}}}{352} + \frac{1197 \left (- 2 x + 1\right )^{\frac{9}{2}}}{16} - \frac{3549 \left (- 2 x + 1\right )^{\frac{7}{2}}}{16} + \frac{57281 \left (- 2 x + 1\right )^{\frac{5}{2}}}{160} - \frac{26411 \left (- 2 x + 1\right )^{\frac{3}{2}}}{96} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2+3*x)**4*(3+5*x)*(1-2*x)**(1/2),x)

[Out]

405*(-2*x + 1)**(13/2)/416 - 4671*(-2*x + 1)**(11/2)/352 + 1197*(-2*x + 1)**(9/2
)/16 - 3549*(-2*x + 1)**(7/2)/16 + 57281*(-2*x + 1)**(5/2)/160 - 26411*(-2*x + 1
)**(3/2)/96

_______________________________________________________________________________________

Mathematica [A]  time = 0.0277649, size = 38, normalized size = 0.48 \[ -\frac{(1-2 x)^{3/2} \left (66825 x^5+288360 x^4+540000 x^3+577080 x^2+388704 x+163888\right )}{2145} \]

Antiderivative was successfully verified.

[In]  Integrate[Sqrt[1 - 2*x]*(2 + 3*x)^4*(3 + 5*x),x]

[Out]

-((1 - 2*x)^(3/2)*(163888 + 388704*x + 577080*x^2 + 540000*x^3 + 288360*x^4 + 66
825*x^5))/2145

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 35, normalized size = 0.4 \[ -{\frac{66825\,{x}^{5}+288360\,{x}^{4}+540000\,{x}^{3}+577080\,{x}^{2}+388704\,x+163888}{2145} \left ( 1-2\,x \right ) ^{{\frac{3}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2+3*x)^4*(3+5*x)*(1-2*x)^(1/2),x)

[Out]

-1/2145*(66825*x^5+288360*x^4+540000*x^3+577080*x^2+388704*x+163888)*(1-2*x)^(3/
2)

_______________________________________________________________________________________

Maxima [A]  time = 1.36371, size = 74, normalized size = 0.94 \[ \frac{405}{416} \,{\left (-2 \, x + 1\right )}^{\frac{13}{2}} - \frac{4671}{352} \,{\left (-2 \, x + 1\right )}^{\frac{11}{2}} + \frac{1197}{16} \,{\left (-2 \, x + 1\right )}^{\frac{9}{2}} - \frac{3549}{16} \,{\left (-2 \, x + 1\right )}^{\frac{7}{2}} + \frac{57281}{160} \,{\left (-2 \, x + 1\right )}^{\frac{5}{2}} - \frac{26411}{96} \,{\left (-2 \, x + 1\right )}^{\frac{3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)*(3*x + 2)^4*sqrt(-2*x + 1),x, algorithm="maxima")

[Out]

405/416*(-2*x + 1)^(13/2) - 4671/352*(-2*x + 1)^(11/2) + 1197/16*(-2*x + 1)^(9/2
) - 3549/16*(-2*x + 1)^(7/2) + 57281/160*(-2*x + 1)^(5/2) - 26411/96*(-2*x + 1)^
(3/2)

_______________________________________________________________________________________

Fricas [A]  time = 0.206573, size = 53, normalized size = 0.67 \[ \frac{1}{2145} \,{\left (133650 \, x^{6} + 509895 \, x^{5} + 791640 \, x^{4} + 614160 \, x^{3} + 200328 \, x^{2} - 60928 \, x - 163888\right )} \sqrt{-2 \, x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)*(3*x + 2)^4*sqrt(-2*x + 1),x, algorithm="fricas")

[Out]

1/2145*(133650*x^6 + 509895*x^5 + 791640*x^4 + 614160*x^3 + 200328*x^2 - 60928*x
 - 163888)*sqrt(-2*x + 1)

_______________________________________________________________________________________

Sympy [A]  time = 3.32226, size = 70, normalized size = 0.89 \[ \frac{405 \left (- 2 x + 1\right )^{\frac{13}{2}}}{416} - \frac{4671 \left (- 2 x + 1\right )^{\frac{11}{2}}}{352} + \frac{1197 \left (- 2 x + 1\right )^{\frac{9}{2}}}{16} - \frac{3549 \left (- 2 x + 1\right )^{\frac{7}{2}}}{16} + \frac{57281 \left (- 2 x + 1\right )^{\frac{5}{2}}}{160} - \frac{26411 \left (- 2 x + 1\right )^{\frac{3}{2}}}{96} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2+3*x)**4*(3+5*x)*(1-2*x)**(1/2),x)

[Out]

405*(-2*x + 1)**(13/2)/416 - 4671*(-2*x + 1)**(11/2)/352 + 1197*(-2*x + 1)**(9/2
)/16 - 3549*(-2*x + 1)**(7/2)/16 + 57281*(-2*x + 1)**(5/2)/160 - 26411*(-2*x + 1
)**(3/2)/96

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.215343, size = 122, normalized size = 1.54 \[ \frac{405}{416} \,{\left (2 \, x - 1\right )}^{6} \sqrt{-2 \, x + 1} + \frac{4671}{352} \,{\left (2 \, x - 1\right )}^{5} \sqrt{-2 \, x + 1} + \frac{1197}{16} \,{\left (2 \, x - 1\right )}^{4} \sqrt{-2 \, x + 1} + \frac{3549}{16} \,{\left (2 \, x - 1\right )}^{3} \sqrt{-2 \, x + 1} + \frac{57281}{160} \,{\left (2 \, x - 1\right )}^{2} \sqrt{-2 \, x + 1} - \frac{26411}{96} \,{\left (-2 \, x + 1\right )}^{\frac{3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)*(3*x + 2)^4*sqrt(-2*x + 1),x, algorithm="giac")

[Out]

405/416*(2*x - 1)^6*sqrt(-2*x + 1) + 4671/352*(2*x - 1)^5*sqrt(-2*x + 1) + 1197/
16*(2*x - 1)^4*sqrt(-2*x + 1) + 3549/16*(2*x - 1)^3*sqrt(-2*x + 1) + 57281/160*(
2*x - 1)^2*sqrt(-2*x + 1) - 26411/96*(-2*x + 1)^(3/2)